home *** CD-ROM | disk | FTP | other *** search
/ PC Active 2009 July/August / PC Active NR.227.iso / Software / SoftPerfect / firewall_setup.exe / {app} / spfdrv_m,1.inf < prev    next >
Encoding:
INI File  |  2008-05-22  |  1.4 KB  |  64 lines

  1. ; -- spfdrv_M.INF --
  2. ;
  3. ; Based on Passsthru Miniport INF file
  4. ;
  5. ; Copyright (c) 2001-2007, NT Kernel Resources
  6.  
  7. ; ----------------------------------------------------------------------
  8.  
  9. [Version]
  10. signature  = "$Windows NT$"
  11. Class      = Net
  12. ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
  13. Provider   = %Ntkr%
  14. DriverVer  = 05/20/2008,6.3.4.1
  15. CatalogFile = spfdrv_x86.cat
  16.  
  17. [ControlFlags]
  18. ExcludeFromSelect = nt_spfdrvmp
  19.  
  20. [DestinationDirs]
  21. DefaultDestDir=12
  22. ; No files to copy 
  23.  
  24. [Manufacturer]
  25. %Ntkr% = NTKR
  26.  
  27. [NTKR]
  28. %spfdrvMP_Desc% = spfdrvMP.ndi, nt_spfdrvmp
  29.  
  30. [spfdrvMP.ndi]
  31. Characteristics = 0x29 ;NCF_NOT_USER_REMOVABLE | NCF_VIRTUAL | NCF_HIDDEN
  32. CopyFiles = 
  33.  
  34. [spfdrvMP.ndi.Services]
  35. AddService = spfdrv,0x2, spfdrvMP.AddService
  36.  
  37.  
  38. [spfdrvMP.AddService]
  39. ServiceType    = 1 ;SERVICE_KERNEL_DRIVER
  40. StartType      = 3 ;SERVICE_DEMAND_START
  41. ErrorControl   = 1 ;SERVICE_ERROR_NORMAL
  42. ServiceBinary  = %12%\spfdrv.sys
  43.  
  44.  
  45. [spfdrvMP.AddService.AddReg]
  46. ; ----------------------------------------------------------------------
  47. ; Add any miniport-specific parameters here.  These are params that your
  48. ; filter device is going to use.
  49. ;
  50. ;HKR, Parameters, ParameterName,  0x10000, "MultiSz", "Parameter", "Value"
  51. ;HKR, Parameters, ParameterName2, 0x10001, 4
  52.  
  53. [Strings]
  54. Ntkr = "SoftPerfect Research"
  55. spfdrvMP_Desc = "SoftPerfect Research Miniport"
  56.  
  57. [SourceDisksNames]
  58. ;None 
  59.  
  60. [SourceDisksFiles]
  61. ;None
  62.  
  63.  
  64.